chmod(LIST)
chmod LIST
Changes the permissions of a list of files. The
first element of the list must be the numerical
mode. Returns the number of files successfully
changed.
$cnt = chmod 0755, 'foo', 'bar';
chmod 0755, @executables;
See Also:chown
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson